Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / BannerShape Class / GetGrabHandleRectangles(Rectangle,Rectangle[]) Method
Rectangle
Array of handle rectangles


In This Topic
    GetGrabHandleRectangles(Rectangle,Rectangle[]) Method
    In This Topic
    Gets the grab handle rectangles.
    Syntax
    'Declaration
     
    
    Public Overridable Sub GetGrabHandleRectangles( _
       ByVal r As Rectangle, _
       ByRef handleRects() As Rectangle _
    ) 
    'Usage
     
    
    Dim instance As BannerShape
    Dim r As Rectangle
    Dim handleRects() As Rectangle
     
    instance.GetGrabHandleRectangles(r, handleRects)
    public virtual void GetGrabHandleRectangles( 
       Rectangle r,
       ref Rectangle[] handleRects
    )

    Parameters

    r
    Rectangle
    handleRects
    Array of handle rectangles
    See Also